home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / rpncal / rpncalc.frm < prev    next >
Text File  |  1995-05-07  |  16KB  |  589 lines

  1. VERSION 2.00
  2. Begin Form Calculator 
  3.    BackColor       =   &H00C0C000&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "RPN Calculator"
  6.    ClientHeight    =   3660
  7.    ClientLeft      =   1170
  8.    ClientTop       =   3735
  9.    ClientWidth     =   3690
  10.    FontBold        =   -1  'True
  11.    FontItalic      =   0   'False
  12.    FontName        =   "System"
  13.    FontSize        =   9.75
  14.    FontStrikethru  =   0   'False
  15.    FontUnderline   =   0   'False
  16.    Height          =   4065
  17.    Icon            =   RPNCALC.FRX:0000
  18.    KeyPreview      =   -1  'True
  19.    Left            =   1110
  20.    LinkMode        =   1  'Source
  21.    LinkTopic       =   "Form1"
  22.    MaxButton       =   0   'False
  23.    ScaleHeight     =   3660
  24.    ScaleWidth      =   3690
  25.    Top             =   3390
  26.    Width           =   3810
  27.    Begin CommandButton Enter 
  28.       Caption         =   "Enter"
  29.       Default         =   -1  'True
  30.       Height          =   1095
  31.       Left            =   1920
  32.       TabIndex        =   1
  33.       Top             =   2400
  34.       Width           =   495
  35.    End
  36.    Begin CommandButton LastX 
  37.       Caption         =   "L"
  38.       Height          =   495
  39.       Left            =   3120
  40.       TabIndex        =   0
  41.       Top             =   1800
  42.       Width           =   495
  43.    End
  44.    Begin CheckBox FixDec 
  45.       Caption         =   "Check1"
  46.       Height          =   255
  47.       Left            =   240
  48.       TabIndex        =   2
  49.       TabStop         =   0   'False
  50.       Top             =   840
  51.       Width           =   255
  52.    End
  53.    Begin CommandButton Number 
  54.       Caption         =   "7"
  55.       Height          =   480
  56.       Index           =   7
  57.       Left            =   120
  58.       TabIndex        =   3
  59.       TabStop         =   0   'False
  60.       Top             =   1200
  61.       Width           =   480
  62.    End
  63.    Begin CommandButton Number 
  64.       Caption         =   "8"
  65.       Height          =   480
  66.       Index           =   8
  67.       Left            =   720
  68.       TabIndex        =   4
  69.       TabStop         =   0   'False
  70.       Top             =   1200
  71.       Width           =   480
  72.    End
  73.    Begin CommandButton Number 
  74.       Caption         =   "9"
  75.       Height          =   480
  76.       Index           =   9
  77.       Left            =   1320
  78.       TabIndex        =   5
  79.       TabStop         =   0   'False
  80.       Top             =   1200
  81.       Width           =   480
  82.    End
  83.    Begin CommandButton Number 
  84.       Caption         =   "4"
  85.       Height          =   480
  86.       Index           =   4
  87.       Left            =   120
  88.       TabIndex        =   6
  89.       TabStop         =   0   'False
  90.       Top             =   1800
  91.       Width           =   480
  92.    End
  93.    Begin CommandButton Number 
  94.       Caption         =   "5"
  95.       Height          =   480
  96.       Index           =   5
  97.       Left            =   720
  98.       TabIndex        =   7
  99.       TabStop         =   0   'False
  100.       Top             =   1800
  101.       Width           =   480
  102.    End
  103.    Begin CommandButton Number 
  104.       Caption         =   "6"
  105.       Height          =   480
  106.       Index           =   6
  107.       Left            =   1320
  108.       TabIndex        =   8
  109.       TabStop         =   0   'False
  110.       Top             =   1800
  111.       Width           =   480
  112.    End
  113.    Begin CommandButton Number 
  114.       Caption         =   "1"
  115.       Height          =   480
  116.       Index           =   1
  117.       Left            =   120
  118.       TabIndex        =   9
  119.       TabStop         =   0   'False
  120.       Top             =   2400
  121.       Width           =   480
  122.    End
  123.    Begin CommandButton Number 
  124.       Caption         =   "2"
  125.       Height          =   480
  126.       Index           =   2
  127.       Left            =   720
  128.       TabIndex        =   10
  129.       TabStop         =   0   'False
  130.       Top             =   2400
  131.       Width           =   480
  132.    End
  133.    Begin CommandButton Number 
  134.       Caption         =   "3"
  135.       Height          =   480
  136.       Index           =   3
  137.       Left            =   1320
  138.       TabIndex        =   11
  139.       TabStop         =   0   'False
  140.       Top             =   2400
  141.       Width           =   480
  142.    End
  143.    Begin CommandButton Number 
  144.       Caption         =   "0"
  145.       Height          =   480
  146.       Index           =   0
  147.       Left            =   120
  148.       TabIndex        =   12
  149.       TabStop         =   0   'False
  150.       Top             =   3000
  151.       Width           =   1080
  152.    End
  153.    Begin CommandButton Decimal 
  154.       Caption         =   "."
  155.       Height          =   480
  156.       Left            =   1320
  157.       TabIndex        =   13
  158.       TabStop         =   0   'False
  159.       Top             =   3000
  160.       Width           =   480
  161.    End
  162.    Begin Image Pi 
  163.       Height          =   480
  164.       Left            =   3120
  165.       Picture         =   RPNCALC.FRX:0302
  166.       Top             =   600
  167.       Width           =   480
  168.    End
  169.    Begin Image XSquare 
  170.       Height          =   480
  171.       Left            =   3120
  172.       Picture         =   RPNCALC.FRX:0604
  173.       Top             =   1200
  174.       Width           =   480
  175.    End
  176.    Begin Label LabelFix 
  177.       Alignment       =   2  'Center
  178.       BackColor       =   &H00C0C000&
  179.       Caption         =   "Fix 4"
  180.       FontBold        =   -1  'True
  181.       FontItalic      =   0   'False
  182.       FontName        =   "System"
  183.       FontSize        =   9.75
  184.       FontStrikethru  =   0   'False
  185.       FontUnderline   =   0   'False
  186.       Height          =   255
  187.       Left            =   105
  188.       TabIndex        =   14
  189.       Top             =   600
  190.       Width           =   510
  191.    End
  192.    Begin Image Change 
  193.       Height          =   480
  194.       Left            =   2520
  195.       Picture         =   RPNCALC.FRX:0906
  196.       Top             =   1800
  197.       Width           =   480
  198.    End
  199.    Begin Image SquareRoot 
  200.       Height          =   480
  201.       Left            =   2520
  202.       Picture         =   RPNCALC.FRX:0C08
  203.       Top             =   1200
  204.       Width           =   480
  205.    End
  206.    Begin Image Up 
  207.       Height          =   480
  208.       Left            =   3120
  209.       Picture         =   RPNCALC.FRX:0F0A
  210.       Top             =   2400
  211.       Width           =   480
  212.    End
  213.    Begin Image Down 
  214.       Height          =   480
  215.       Left            =   2520
  216.       Picture         =   RPNCALC.FRX:120C
  217.       Top             =   2400
  218.       Width           =   480
  219.    End
  220.    Begin Image Plus 
  221.       Height          =   480
  222.       Left            =   1920
  223.       Picture         =   RPNCALC.FRX:150E
  224.       Top             =   1200
  225.       Width           =   480
  226.    End
  227.    Begin Image Minus 
  228.       Height          =   480
  229.       Left            =   1920
  230.       Picture         =   RPNCALC.FRX:1810
  231.       Top             =   600
  232.       Width           =   480
  233.    End
  234.    Begin Image Devide 
  235.       Height          =   480
  236.       Left            =   720
  237.       Picture         =   RPNCALC.FRX:1B12
  238.       Top             =   600
  239.       Width           =   480
  240.    End
  241.    Begin Image Mult 
  242.       Height          =   480
  243.       Left            =   1320
  244.       Picture         =   RPNCALC.FRX:1E14
  245.       Top             =   600
  246.       Width           =   480
  247.    End
  248.    Begin Image SwapXY 
  249.       Height          =   480
  250.       Left            =   1920
  251.       Picture         =   RPNCALC.FRX:2116
  252.       Top             =   1800
  253.       Width           =   480
  254.    End
  255.    Begin Image xby1 
  256.       Height          =   480
  257.       Left            =   2520
  258.       Picture         =   RPNCALC.FRX:2418
  259.       Top             =   600
  260.       Width           =   480
  261.    End
  262.    Begin Image Backspace 
  263.       Height          =   480
  264.       Left            =   2520
  265.       Picture         =   RPNCALC.FRX:271A
  266.       Top             =   3000
  267.       Width           =   1080
  268.    End
  269.    Begin Label Readout 
  270.       Alignment       =   1  'Right Justify
  271.       BackColor       =   &H00FFFF80&
  272.       Caption         =   "0"
  273.       FontBold        =   0   'False
  274.       FontItalic      =   0   'False
  275.       FontName        =   "MS Sans Serif"
  276.       FontSize        =   13.5